home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
libs
/
shutdown.lzh
/
shutdown_5.1
/
src
/
shutdown_lib
/
makefile
next >
Wrap
Makefile
|
1996-09-22
|
429b
|
22 lines
# from the libnixV1_1.lha archive (aminet):
INCLUDE = -I/ADE/local/libnix/sources/headers
OBJS = /ADE/lib/libnix/libinit.o shutdown_library.o
LIBS = -lamiga -lnix
LIBFLAGS = -noixemul -nostdlib -fbaserel
all: shutdown.library
.c.o:
gcc $(LIBFLAGS) $(INCLUDE) $*.c -c -o $*.o
shutdown.library: $(OBJS)
gcc $(LIBFLAGS) $(OBJS) -o $@ $(LIBS)
clean:
delete \#?.o libs:shutdown.library
install:
copy shutdown.library libs: